1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmDEFFECTIVE_RETURN_PENDING
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmDEFFECTIVE_RETURN_PENDING))
26         Me.cmdcancel = New System.Windows.Forms.Button
27         Me.cmdselect = New System.Windows.Forms.Button
28         Me.GroupBox1 = New System.Windows.Forms.GroupBox
29         Me.lstreturn = New System.Windows.Forms.ListView
30         Me.dtreturn = New System.Windows.Forms.DateTimePicker
31         Me.Label3 = New System.Windows.Forms.Label
32         Me.Label2 = New System.Windows.Forms.Label
33         Me.Label1 = New System.Windows.Forms.Label
34         Me.PictureBox1 = New System.Windows.Forms.PictureBox
35         Me.GroupBox1.SuspendLayout()
36         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
37         Me.SuspendLayout()
38         
'
39         
'cmdcancel
40         
'
41         Me.cmdcancel.Location = New System.Drawing.Point(
94, 389)
42         Me.cmdcancel.Name =
"cmdcancel"
43         Me.cmdcancel.Size = New System.Drawing.Size(
75, 25)
44         Me.cmdcancel.TabIndex =
18
45         Me.cmdcancel.Text =
"&Cancel"
46         Me.cmdcancel.UseVisualStyleBackColor = True
47         
'
48         
'cmdselect
49         
'
50         Me.cmdselect.Location = New System.Drawing.Point(
13, 389)
51         Me.cmdselect.Name =
"cmdselect"
52         Me.cmdselect.Size = New System.Drawing.Size(
75, 25)
53         Me.cmdselect.TabIndex =
17
54         Me.cmdselect.Text =
"&Select"
55         Me.cmdselect.UseVisualStyleBackColor = True
56         
'
57         
'GroupBox1
58         
'
59         Me.GroupBox1.Controls.Add(Me.lstreturn)
60         Me.GroupBox1.Location = New System.Drawing.Point(
4, 51)
61         Me.GroupBox1.Name =
"GroupBox1"
62         Me.GroupBox1.Size = New System.Drawing.Size(
660, 332)
63         Me.GroupBox1.TabIndex =
16
64         Me.GroupBox1.TabStop = False
65         
'
66         
'lstreturn
67         
'
68         Me.lstreturn.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
69         Me.lstreturn.FullRowSelect = True
70         Me.lstreturn.GridLines = True
71         Me.lstreturn.Location = New System.Drawing.Point(
6, 10)
72         Me.lstreturn.Name =
"lstreturn"
73         Me.lstreturn.Size = New System.Drawing.Size(
648, 316)
74         Me.lstreturn.TabIndex =
0
75         Me.lstreturn.UseCompatibleStateImageBehavior = False
76         Me.lstreturn.View = System.Windows.Forms.View.Details
77         
'
78         
'dtreturn
79         
'
80         Me.dtreturn.CalendarFont = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
81         Me.dtreturn.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
82         Me.dtreturn.Location = New System.Drawing.Point(
451, 26)
83         Me.dtreturn.Name =
"dtreturn"
84         Me.dtreturn.Size = New System.Drawing.Size(
207, 21)
85         Me.dtreturn.TabIndex =
15
86         
'
87         
'Label3
88         
'
89         Me.Label3.AutoSize = True
90         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
91         Me.Label3.Location = New System.Drawing.Point(
354, 31)
92         Me.Label3.Name =
"Label3"
93         Me.Label3.Size = New System.Drawing.Size(
91, 14)
94         Me.Label3.TabIndex =
14
95         Me.Label3.Text =
"Return Date :"
96         
'
97         
'Label2
98         
'
99         Me.Label2.AutoSize = True
100         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
101         Me.Label2.Location = New System.Drawing.Point(
53, 32)
102         Me.Label2.Name =
"Label2"
103         Me.Label2.Size = New System.Drawing.Size(
210, 13)
104         Me.Label2.TabIndex =
13
105         Me.Label2.Text =
"List of receivable pending defective stocks"
106         
'
107         
'Label1
108         
'
109         Me.Label1.AutoSize = True
110         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
111         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
112         Me.Label1.Location = New System.Drawing.Point(
51, 9)
113         Me.Label1.Name =
"Label1"
114         Me.Label1.Size = New System.Drawing.Size(
258, 23)
115         Me.Label1.TabIndex =
12
116         Me.Label1.Text =
"Pending Return Stock List"
117         
'
118         
'PictureBox1
119         
'
120         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
121         Me.PictureBox1.Location = New System.Drawing.Point(
4, 5)
122         Me.PictureBox1.Name =
"PictureBox1"
123         Me.PictureBox1.Size = New System.Drawing.Size(
50, 40)
124         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
125         Me.PictureBox1.TabIndex =
19
126         Me.PictureBox1.TabStop = False
127         
'
128         
'FrmDEFFECTIVE_RETURN_PENDING
129         
'
130         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
131         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
132         Me.BackColor = System.Drawing.Color.WhiteSmoke
133         Me.ClientSize = New System.Drawing.Size(
668, 419)
134         Me.Controls.Add(Me.PictureBox1)
135         Me.Controls.Add(Me.cmdcancel)
136         Me.Controls.Add(Me.cmdselect)
137         Me.Controls.Add(Me.GroupBox1)
138         Me.Controls.Add(Me.dtreturn)
139         Me.Controls.Add(Me.Label3)
140         Me.Controls.Add(Me.Label2)
141         Me.Controls.Add(Me.Label1)
142         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
143         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
144         Me.Name =
"FrmDEFFECTIVE_RETURN_PENDING"
145         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
146         Me.Text =
"Pending Return Stocks"
147         Me.GroupBox1.ResumeLayout(False)
148         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
149         Me.ResumeLayout(False)
150         Me.PerformLayout()
151
152     End Sub
153     Friend WithEvents cmdcancel As System.Windows.Forms.Button
154     Friend WithEvents cmdselect As System.Windows.Forms.Button
155     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
156     Friend WithEvents lstreturn As System.Windows.Forms.ListView
157     Friend WithEvents dtreturn As System.Windows.Forms.DateTimePicker
158     Friend WithEvents Label3 As System.Windows.Forms.Label
159     Friend WithEvents Label2 As System.Windows.Forms.Label
160     Friend WithEvents Label1 As System.Windows.Forms.Label
161     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
162 End Class


Gõ tìm kiếm nhanh...